home *** CD-ROM | disk | FTP | other *** search
INI File | 2001-12-04 | 1.3 KB | 50 lines |
-
- ; nvmemctl.INF
-
- ; Copyright (c) 2001, NVIDIA
- ; Version 1.00
-
- [Version]
- Signature="$WINDOWS NT$"
- Class=System
- ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
- Provider=%NVIDIA%
- CatalogFile=nvmemctl.cat
- DriverVer=09/07/2001,1.00.0000
-
- [ControlFlags]
- ExcludeFromSelect=*
-
- [Manufacturer]
- %NVIDIA_MFG%=NVIDIA_SYS
-
- [NVIDIA_SYS]
- %PCI\VEN_10DE&DEV_01AA.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AA
- %PCI\VEN_10DE&DEV_01AB.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AB
- %PCI\VEN_10DE&DEV_01AC.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AC
- %PCI\VEN_10DE&DEV_01AD.DeviceDesc% = NO_DRV, PCI\VEN_10DE&DEV_01AD
-
- ;**************************************************************************
- ; Do-nothing section used to avoid "Unknown hardware" installation prompts.
- [NO_DRV]
- Include=machine.inf
- Needs=NO_DRV
-
- [NO_DRV.Services]
- Include=machine.inf
- Needs=NO_DRV.Services
-
- [NO_DRV.HW]
- Include=machine.inf
- Needs=NO_DRV.HW
-
- [Strings]
- SystemClassName = "System devices"
- NVIDIA = "NVIDIA"
- NVIDIA_MFG = "NVIDIA"
- PCI\VEN_10DE&DEV_01AA.DeviceDesc="NVIDIA nForce 220 Memory Controller (DDR)"
- PCI\VEN_10DE&DEV_01AB.DeviceDesc="NVIDIA nForce 420 Memory Controller (DDR)"
- PCI\VEN_10DE&DEV_01AC.DeviceDesc="NVIDIA nForce 220/420 Memory Controller"
- PCI\VEN_10DE&DEV_01AD.DeviceDesc="NVIDIA nForce 220/420 Memory Controller"
-
-